home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 75 / PC Format 75 - Nov 1997.iso / Tech / WM30DEMO / STARTUP.WBS < prev    next >
Text File  |  1995-06-30  |  267b  |  7 lines

  1. Sub Main()
  2.      ' This startup file is run when Working Model first starts up
  3.     ' You can put in this files any WMB commands that you want
  4.     ' executed at startup.
  5.     ' The working directory will be the directory where the 
  6.     ' Working Model executable resides 
  7. End Sub